home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 005a / wonder10.zip / WONDER.CFG < prev    next >
Text File  |  1993-03-13  |  10KB  |  255 lines

  1. INTERRUPT
  2.  
  3. ;-----------------------------------------------------------------------------
  4. ;                            CONFIGURATION FILE
  5. ;
  6. ;                              WonderWho v1.00
  7. ;                         -------------------------
  8. ;                    I Wonder Who Transfered That File ?
  9. ;                   Copyright (C) 1993 by José De Almeida
  10.  
  11. ;-----------------------------------------------------------------------------
  12. ; ABOUT THE FIRST LINE
  13. ; --------------------
  14. ; The first line of this file MUST be the communication driver type.
  15. ; This can be one of:
  16. ;   INTERRUPT  (the best, fastest)
  17. ;   BIOS       (if interrupts fail to work)
  18.  
  19. ;-----------------------------------------------------------------------------
  20. ; VERY IMPORTANT
  21. ; --------------
  22. ; Except for the option placed in the first line, ALL other options you
  23. ;     may find in this file are originaly commented. This means that
  24. ;     WonderWho doesn't use or need those informations in order to properly
  25. ;     work.
  26. ; You should not uncomment those options (even if you change its contents)
  27. ;     unless you know perfectly what you are doing. Even so, you should have
  28. ;     a particular reason to change the way things are implemented.
  29. ; Remember, WonderWho, as any door should be, is a "plug and play" program.
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ; NOTES
  33. ; -----
  34. ; You should edit this file using any reliable ASCII text editor, such as
  35. ;     Norton Editor, MicroStar, etc.
  36. ; Each line must not exceed 255 characters. Everything past is discarded.
  37. ; Empty lines are discarded. You may leave as many empty lines you wish.
  38. ; In a line, everything after (and including) a ; character is taken as
  39. ;     a comment, and will be discarded.
  40. ; You may leave as many spaces as you want before a statement. Spaces before
  41. ;     a statement will be discarded.
  42. ; Each statement (option or comment) is case-insensitive. That is, you may
  43. ;     enter a statemenet either in uppercase or lowercase letters.
  44.  
  45. ;-----------------------------------------------------------------------------
  46. ; TRANSFER FILEPATH, NAME AND EXTENSION
  47. ; --------------------------
  48. ; This is the file location and name of PCBoard's transfer summary file.
  49. ; I you don't specify this option, then WonderWho will use the information
  50. ;     stored in the file PCBOARD.DAT relative to the specific node.
  51. ; Specifying this option will make WonderWho ignore the information stored
  52. ;     in PCBOARD.DAT, which is the default procedure.
  53. ; Example: G:\PCB\GEN\DOWNLOAD.TXT
  54. ;DLD_DIR=G:\PCB\GEN\DOWNLOAD.TXT
  55.  
  56. ;-----------------------------------------------------------------------------
  57. ; LANGUAGE FILENAME
  58. ; ----------------
  59. ; This is the filename only (no extension) of the file that will have the
  60. ;     name of the Main Menu commands available in WonderWho.
  61. ; This file must be located in the same directory where the WonderWho config
  62. ;     file is located.
  63. ; You cannot specify the file extension. The maximum length for this name
  64. ;     is 8 characters long.
  65. ; If you don't specify this option, the default this filename is 'WW_LANG'.
  66. ; You may disable this option by specifying 'NONE'.
  67. ; Example: WW_LANG
  68. ;LANG_FILE=WW_LANG
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ; WELCOME FILENAME
  72. ; ----------------
  73. ; This is the filename only (no extension) of the file that is first
  74. ;     displayed to the user when he enters the door.
  75. ; This file must be located in the same directory where the WonderWho config
  76. ;     file is located.
  77. ; You cannot specify the file extension. The maximum length for this name
  78. ;     is 8 characters long.
  79. ; If you don't specify this option, the default this filename is 'WW_WELC'.
  80. ; You may disable this option by specifying 'NONE'.
  81. ; Example: WW_WELC
  82. ;WELCOME_FILE=WW_WELC
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ; NEWS FILENAME
  86. ; -------------
  87. ; This is the filename only (no extension) of the NEWS file that is displayed
  88. ;     after the WELCOME file. This file shows to the user information about
  89. ;     features of the lastest version of WonderWho.
  90. ; This file must be located in the same directory where the WonderWho config
  91. ;     file is located.
  92. ; You cannot specify the file extension. The maximum length for this name
  93. ;     is 8 characters long.
  94. ; If you don't specify this option, the default this filename is 'WW_NEWS',
  95. ;     but WonderWho will not give an error if he doesn't find this file.
  96. ; You may disable this option by specifying 'NONE'.
  97. ; Example: WW_NEWS
  98. ;NEWS_FILE=WW_NEWS
  99.  
  100. ;-----------------------------------------------------------------------------
  101. ; NEWS FILE DATE LIMIT
  102. ; --------------------
  103. ; This option controls the date until WonderWho will still display the WW_NEWS
  104. ;     news file to the users.
  105. ; You have three changes:
  106. ;     1. Allways display the file
  107. ;          (set NEWS_LIMIT=@FOREVER@)
  108. ;     2. Specify  a month, day  and year  after  which file no  longer will be
  109. ;          displayed to the user.
  110. ; If  you wish  to completly  disable the  display of  the news  file, set the
  111. ;     NEWS_FILE= option to NONE, as is described above.
  112. ; If you don't specify this option, then the default is '@FOREVER@'.
  113. ; When specifying a date, you *MUST* insert a zero character when the month or
  114. ;     day are less than 10; date *MUST* have 10 characters long; no check will
  115. ;     be performed on this.
  116. ;          yyyy-mm-dd
  117. ; Example: 1993-04-15
  118. NEWS_LIMIT=1993-04-15
  119.  
  120. ;-----------------------------------------------------------------------------
  121. ; MENU FILENAME
  122. ; -------------
  123. ; This is the filename only (no extension) of the Main Menu.
  124. ; This file must be located in the same directory where the WonderWho config
  125. ;     file is located.
  126. ; You cannot specify the file extension. The maximum length for this name
  127. ;     is 8 characters long.
  128. ; If you don't specify this option, the default this filename is 'WW_MENU'.
  129. ; You may disable this option by specifying 'NONE'.
  130. ; Example: WW_MENU
  131. ;MENU_FILE=WW_MENU
  132.  
  133. ;-----------------------------------------------------------------------------
  134. ; QUIT FILENAME
  135. ; -------------
  136. ; This is the filename only (no extension) of the Main Menu.
  137. ; This file must be located in the same directory where the WonderWho config
  138. ;     file is located.
  139. ; You cannot specify the file extension. The maximum length for this name
  140. ;     is 8 characters long.
  141. ; If you don't specify this option, the default this filename is 'WW_QUIT'.
  142. ; You may disable this option by specifying 'NONE'.
  143. ; Example: WW_QUIT
  144. ;QUIT_FILE=WW_QUIT
  145.  
  146. ;-----------------------------------------------------------------------------
  147. ; LOGOFF
  148. ; -------
  149. ; This is how WonderWho will act after the user enters the [G]oodbye command,
  150. ;     that is, what file will be displayed to the user at logoff time.
  151. ; You have three possible chances to configure this feature:
  152. ;     1. Show the logof script questionnaire as specified in PCBOARD.DAT.
  153. ;          (set LOGOFF=@PCB@)
  154. ;     2. Show a specific file.
  155. ;          (set LOGOFF=complete path and filename, but no extension,
  156. ;                      these means support for multi-language systems!)
  157. ;     3. Disable it.
  158. ;          (set LOGOFF=NONE)
  159. ; By default, and unless you specify differently, WonderWonder will use the
  160. ;     first option (set LOGOFF=@PCB@).
  161. ; Example: @PCB@
  162. ;LOGOFF=@PCB@
  163.  
  164. ;-----------------------------------------------------------------------------
  165. ; OPTION SECURITY LEVELS
  166. ; ----------------------
  167. ; Here you can specify different security levels for all primary commands,
  168. ;     except for the [VER]sion and [Q]uit commands.
  169. ; Unless you specify differently, all security levels are set to 0 by default.
  170. ;
  171. ; Expert mode
  172. ;OP_LEVEL_X=0
  173. ; Mode (color/mono)
  174. ;OP_LEVEL_M=0
  175. : Help
  176. ;OP_LEVEL_H=0
  177. ; Goodbye
  178. ;OP_LEVEL_G=0
  179. ; Profile user
  180. ;OP_LEVEL_PRO=0
  181. ; Who is on?
  182. ;OP_LEVEL_WHO=0
  183. ; Uploads: user name
  184. ;OP_LEVEL_UU=0
  185. ; Uploads: file name
  186. ;OP_LEVEL_UF=0
  187. ; Uploads: date
  188. ;OP_LEVEL_UD=0
  189. ; Uploads: since date
  190. ;OP_LEVEL_US=0
  191. ; Uploads: protocol letters
  192. ;OP_LEVEL_UP=0
  193. ; Uploads: transfer errors
  194. ;OP_LEVEL_UE=0
  195. ; Uploads: average CPS
  196. ;OP_LEVEL_UA=0
  197. ; Uploads: raw
  198. ;OP_LEVEL_UR=0
  199. ; Uploads: verbose
  200. ;OP_LEVEL_UV=0
  201. ; Uploads: count
  202. ;OP_LEVEL_UC=0
  203. ; Downloads: user name
  204. ;OP_LEVEL_DU=0
  205. ; Downloads: file name
  206. ;OP_LEVEL_DF=0
  207. ; Downloads: date
  208. ;OP_LEVEL_DD=0
  209. ; Downloads: since date
  210. ;OP_LEVEL_DS=0
  211. ; Downloads: protocol letters
  212. ;OP_LEVEL_DP=0
  213. ; Downloads: transfer errors
  214. ;OP_LEVEL_DE=0
  215. ; Downloads: average CPS
  216. ;OP_LEVEL_DA=0
  217. ; Downloads: raw
  218. ;OP_LEVEL_DR=0
  219. ; Downloads: verbose
  220. ;OP_LEVEL_DV=0
  221. ; Downloads: count
  222. ;OP_LEVEL_DC=0
  223. ; All: user name
  224. ;OP_LEVEL_AU=0
  225. ; All: file name
  226. ;OP_LEVEL_AF=0
  227. ; All: date
  228. ;OP_LEVEL_AD=0
  229. ; All: since date
  230. ;OP_LEVEL_AS=0
  231. ; All: protocol letters
  232. ;OP_LEVEL_AP=0
  233. ; All: transfer errors
  234. ;OP_LEVEL_AE=0
  235. ; All: average CPS
  236. ;OP_LEVEL_AA=0
  237. ; All: raw
  238. ;OP_LEVEL_AR=0
  239. ; All: verbose
  240. ;OP_LEVEL_AV=0
  241. ; All: count
  242. ;OP_LEVEL_AC=0
  243.  
  244. ;-----------------------------------------------------------------------------
  245. ; CALLER's LOG
  246. ; ------------
  247. ; This is where you specify if you want WonderWho to save data into the
  248. ;     CALLER's log file.
  249. ; WonderWho can save all commands the user type into the file, and it follows
  250. ;     the PCBoard style and file format.
  251. ; If you don't specify this option, the default will be 'YES'.
  252. ; If you wish to disable this option, set it to 'NO'.
  253. ; Example: YES
  254. ;CALLER_LOG=YES
  255.